Auto merge of #1227 - retep998:master, r=huonw
authorbors <bors@rust-lang.org>
Mon, 26 Jan 2015 02:53:23 +0000 (02:53 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Jan 2015 02:53:23 +0000 (02:53 +0000)
commite20caae6a2e025a9014ee11cd93f1e02728fc251
tree62f594c711f4a0b6d183cfbbcf4d6485bfd3eda1
parente0468dfbbb09254e40fd0ad8e8ff1d12c1a5fedf
parent1943978cd5762804fa85f05c4f396f97eb7c2d78
Auto merge of #1227 - retep998:master, r=huonw

Fixes the following issue while building Cargo
```
   Compiling cargo v0.1.0 (file:///C:/msys64/home/Peter/cargo)
src\cargo\lib.rs:7:1: 7:20 error: can't find crate for `regex`
src\cargo\lib.rs:7 extern crate regex;
                   ^~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `cargo`.
```